Skip to content

Make cinder volume HA work again#827

Merged
dirkmueller merged 1 commit intocrowbar:masterfrom
dirkmueller:cinder_volume_ha
Feb 3, 2017
Merged

Make cinder volume HA work again#827
dirkmueller merged 1 commit intocrowbar:masterfrom
dirkmueller:cinder_volume_ha

Conversation

@dirkmueller
Copy link
Contributor

Unfortunately as part of the Hyper Agile Super config rediffing effort the feature was accidentally disabled. Revert the incorrect change and switch to a more robust implementation that does not suffer from deprecation warnings .

@dirkmueller dirkmueller added this to the Cloud 7 GM milestone Feb 2, 2017
@dirkmueller dirkmueller force-pushed the cinder_volume_ha branch 4 times, most recently from 3eaf3ae to 809b53b Compare February 2, 2017 21:45
Copy link
Contributor

@s-t-e-v-e-n-k s-t-e-v-e-n-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will break the cinder volume migration script, which looks for the cluster hostname set in the cinder-volume configuration directly.

@dirkmueller
Copy link
Contributor Author

Ah, so that script.is broken already.. when we cherry pick only the first commit then that would make it work agsin.

Can you adjust the script? It doesn't look bery robust

@aspiers aspiers self-requested a review February 3, 2017 09:39
The thing here is that for volume HA, either backend_host
needs to be set in the *backend* *xor* *host* needs to be set only for
cinder-volume service. What this change however did was changing the DEFAULT group
host parameter to the nonexisting backend_host parameter,
which effectly completely disabled volume HA.

This reverts commit e533d4e.
@dirkmueller
Copy link
Contributor Author

ok, I moved the breaking cleanup change into a separate pull request, #828 so this one should be good to go. it will actually fix the volume migration script issue that @s-t-e-v-e-n-k pointed out as well

@dirkmueller dirkmueller merged commit 5a1d793 into crowbar:master Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants